Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 5 - Ink Objects / Ink Objects Reference
Constants and Data Types


Transfer Mode Flags

The transfer mode flags are defined in the gxTransferFlags enumeration:

enum gxTransferFlags{
   gxRejectSourceTransfer  = 0x0001,   /* Ñ 1 source component 
                                          must be out of range */
   gxRejectDeviceTransfer  = 0x0002,   /* Ñ 1 device component 
                                          must be out of range */
   gxSingleComponentTransfer= 0x0004   /* transfer component[0] 
                                          = all components */
};
typedef long gxTransferFlag;
The individual transfer mode flags are described in the section "Transfer Mode Flags" on page 5-35.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996